home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / qmexprot.arc / SEND.BAT < prev   
DOS Batch File  |  1991-02-04  |  2KB  |  108 lines

  1. echo off
  2. cls
  3. echo Sending Files........................
  4. type protmenu.asc
  5. select X1YZ3456789BCIJKLPQSTUW2
  6. cls
  7. if errorlevel 24 goto ZM
  8. if errorlevel 23 goto WXM
  9. if errorlevel 22 goto PUN
  10. if errorlevel 21 goto TM
  11. if errorlevel 20 goto SEA
  12. if errorlevel 19 goto QT
  13. if errorlevel 18 goto PU
  14. if errorlevel 17 goto LY
  15. if errorlevel 16 goto KE
  16. if errorlevel 15 goto JM
  17. if errorlevel 14 goto IM
  18. if errorlevel 13 goto CM
  19. if errorlevel 12 goto BI
  20. if errorlevel 11 goto SK9
  21. if errorlevel 10 goto S8K
  22. if errorlevel 9 goto SJM
  23. if errorlevel 8 goto SYM
  24. if errorlevel 7 goto SWXM
  25. if errorlevel 6 goto SXCRC
  26. if errorlevel 5 goto SXCS
  27. if errorlevel 4 goto DZM
  28. if errorlevel 3 goto DYM
  29. if errorlevel 2 goto D1K
  30. if errorlevel 1 goto DXM
  31. if errorlevel 0 goto DONE
  32.  
  33. :ZM
  34. zmax -B %1 -P %2 -F %4
  35. goto DONE
  36. :WXM
  37. wxmodem -s -b %1 -l COM%2 -p y -f %4
  38. goto DONE
  39. :PUN
  40. punter S Z255 P%2 B%1 %4
  41. goto DONE
  42. :TM
  43. tmodem -B %1 -P %2 -F %4
  44. goto DONE
  45. :SEA
  46. clink /P%2 /B%1 T %4
  47. goto DONE
  48. :QT
  49. qt /ac s %4
  50. goto DONE
  51. :PU
  52. puma s %4
  53. goto DONE
  54. :LY
  55. lynx S /%2 /%1 /S %4
  56. goto DONE
  57. :KE
  58. pckermit -l COM%2 -b %1 -m 31 -p n -s %4 -c
  59. goto DONE
  60. :JM
  61. jmodem S%2  %4
  62. goto DONE
  63. :IM
  64. qmxfer -L COM%2 -B %1 -F %4 -S -P I
  65. goto DONE
  66. :CM
  67. cmodem /tx/port=%2/baud=%1 %4
  68. goto DONE
  69. :BI
  70. bimodem /B %1 /L %2 /U %4
  71. goto DONE
  72. :SK9
  73. SuperK Ds p%2 s%1 skb f %4
  74. goto DONE
  75. :S8K
  76. SuperK Ds p%2 s%1 ssb f %4
  77. goto DONE
  78. :SJM
  79. SuperK Ds p%2 s%1 sjb f %4
  80. goto DONE
  81. :SYM
  82. SuperK Ds p%2 s%1 syb f %4
  83. goto DONE
  84. :SWXM
  85. SuperK Ds p%2 s%1 swb f %4
  86. goto DONE
  87. :SXCRC
  88. SuperK Ds p%2 s%1 scb f %4
  89. goto DONE
  90. :SXCS
  91. SuperK Ds p%2 s%1 sxb f %4
  92. goto DONE
  93. :DZM
  94. dsz port %2 speed %1 sz %4
  95. goto DONE
  96. :DYM
  97. dsz port %2 speed %1 sb %4
  98. goto DONE
  99. :D1K
  100. dsz port %2 speed %1 sx -k %4
  101. goto DONE
  102. :DXM
  103. dsz port %2 speed %1 sx %4
  104. goto DONE
  105. :DONE
  106. echo Returning to Qmodem.....
  107.  
  108.